home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200503-32.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  86 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200503-32.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2005 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(17632);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200503-32");
  17.  script_cve_id("CAN-2005-0255", "CAN-2005-0399", "CAN-2005-0590", "CAN-2005-0592");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200503-32
  20. (Mozilla Thunderbird: Multiple vulnerabilities)
  21.  
  22.  
  23.     The following vulnerabilities were found and fixed in Mozilla
  24.     Thunderbird:
  25.     Mark Dowd from ISS X-Force reported an
  26.     exploitable heap overrun in the GIF processing of obsolete Netscape
  27.     extension 2 (CAN-2005-0399)
  28.     Daniel de Wildt and Gael Delalleau
  29.     discovered a memory overwrite in a string library (CAN-2005-0255)
  30.     Wind Li discovered a possible heap overflow in UTF8 to Unicode
  31.     conversion (CAN-2005-0592)
  32.     Phil Ringnalda reported a possible
  33.     way to spoof Install source with user:pass@host (CAN-2005-0590)
  34.   
  35. Impact
  36.  
  37.     The GIF heap overflow could be triggered by a malicious GIF image
  38.     that would end up executing arbitrary code with the rights of the user
  39.     running Thunderbird. The other overflow issues, while not thought to be
  40.     exploitable, would have the same impact. Furthermore, by setting up
  41.     malicious websites and convincing users to follow untrusted links,
  42.     attackers may leverage the spoofing issue to trick user into installing
  43.     malicious extensions.
  44.   
  45. Workaround
  46.  
  47.     There is no known workaround at this time.
  48.   
  49. References:
  50.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0255
  51.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0399
  52.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0590
  53.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0592
  54.     http://www.mozilla.org/projects/security/known-vulnerabilities.html
  55.  
  56.  
  57. Solution: 
  58.     All Mozilla Thunderbird users should upgrade to the latest
  59.     version:
  60.     # emerge --sync
  61.     # emerge --ask --oneshot --verbose ">=mail-client/mozilla-thunderbird-1.0.2"
  62.     All Mozilla Thunderbird binary users should upgrade to the
  63.     latest version:
  64.     # emerge --sync
  65.     # emerge --ask --oneshot --verbose ">=mail-client/mozilla-thunderbird-bin-1.0.2"
  66.   
  67.  
  68. Risk factor : Medium
  69. ';
  70.  script_description(english: desc);
  71.  script_copyright(english: "(C) 2005 Michel Arboi");
  72.  script_name(english: "[GLSA-200503-32] Mozilla Thunderbird: Multiple vulnerabilities");
  73.  script_category(ACT_GATHER_INFO);
  74.  script_family(english: "Gentoo Local Security Checks");
  75.  script_dependencies("ssh_get_info.nasl");
  76.  script_require_keys('Host/Gentoo/qpkg-list');
  77.  script_summary(english: 'Mozilla Thunderbird: Multiple vulnerabilities');
  78.  exit(0);
  79. }
  80.  
  81. include('qpkg.inc');
  82. if (qpkg_check(package: "mail-client/mozilla-thunderbird", unaffected: make_list("ge 1.0.2"), vulnerable: make_list("lt 1.0.2")
  83. )) { security_warning(0); exit(0); }
  84. if (qpkg_check(package: "mail-client/mozilla-thunderbird-bin", unaffected: make_list("ge 1.0.2"), vulnerable: make_list("lt 1.0.2")
  85. )) { security_warning(0); exit(0); }
  86.